home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / imagemagick.postinst < prev    next >
Text File  |  2008-08-20  |  545b  |  18 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installdocs
  4. if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
  5.     install-docs -i /usr/share/doc-base/imagemagick
  6. fi
  7. # End automatically added section
  8. # Automatically added by dh_installmenu
  9. if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
  10.     update-menus
  11. fi
  12. # End automatically added section
  13. # Automatically added by dh_installmime
  14. if [ "$1" = "configure" ] && [ -x "`which update-mime 2>/dev/null`" ]; then
  15.     update-mime
  16. fi
  17. # End automatically added section
  18.